Method ToTreeListAsync()

Assembly: redb.Core.dll

Execute query and return filtered objects with populated Parent/Children chains.
Loads objects + all their parents to root and establishes relationships.
Children contain only objects from loaded chain (not all children from DB).

public virtual Task<List<TreeRedbObject<TProps>>> ToTreeListAsync()